data clause meaning in Chinese
数据子句
Examples
- Fixed database role can execute run alter assembly by using the with unchecked data clause
固定数据库角色的成员可以使用with unchecked data子句运行alter assembly 。 - Added note of caution about using alter assembly without specifying the with unchecked data clause
添加了有关在不指定with unchecked data子句时使用alter assembly的注意事项。 - Added caution note under remarks section about using alter assembly without specifying the with unchecked data clause
在“备注”部分下添加了有关使用不指定with unchecked data子句的alter assembly的注意说明。 - To modify a type , you must either drop the type and then re - create it , or issue an alter assembly statement by using the with unchecked data clause
若要修改类型,必须删除该类型,然后再重新创建,或者使用with unchecked data子句发出alter assembly语句。 - If alter assembly is executed without the unchecked data clause , checks are performed to verify that the new assembly version does not affect existing data in tables
如果执行了没有unchecked数据子句的alter assembly ,则执行检查以验证新数据集版本是否影响表中的现有数据。